compilation unit - vertaling naar Engels
Diclib.com
Woordenboek ChatGPT
Voer een woord of zin in in een taal naar keuze 👆
Taal:     

Vertaling en analyse van woorden door kunstmatige intelligentie ChatGPT

Op deze pagina kunt u een gedetailleerde analyse krijgen van een woord of zin, geproduceerd met behulp van de beste kunstmatige intelligentietechnologie tot nu toe:

  • hoe het woord wordt gebruikt
  • gebruiksfrequentie
  • het wordt vaker gebruikt in mondelinge of schriftelijke toespraken
  • opties voor woordvertaling
  • Gebruiksvoorbeelden (meerdere zinnen met vertaling)
  • etymologie

compilation unit - vertaling naar Engels

C/C++ SPECIFIC COMPILATION TECHNIQUE
Single Compilation Unit

compilation unit         
ULTIMATE INPUT TO A C OR C++ COMPILER FROM WHICH AN OBJECT FILE IS GENERATED
Compilation unit

общая лексика

единица компиляции

наименьший блок программы, который может быть откомпилирован в объектный модуль отдельно от остального её текста. Для некоторых языков программирования единицей компиляции является подпрограмма

Смотрите также

compiler; compilation; object module; source code

JIT compiler         
DYNAMICALLY COMPILING BYTECODE TO MACHINE CODE DURING RUNTIME
JIT compiler; Just In Time compilation; JIT (computing); Just-in-time compiler; Just-in-Time Compilation; Just In Time Programming; JIT compilation; Just-in-time compiling; Just in time compiler; Dynamic translator; JIT-compilation; Just-In-Time compilation; Dynamo project; Just in time compilation; Run-time compiler; Runtime compiler

общая лексика

JIT-компилятор, оперативный компилятор

компилятор, преобразующий исходный текст в машинный код непосредственно перед исполнением программы. В частности, JIT-компилятор с языка Java преобразует Java-программу на промежуточном языке (intermediate language, байт-код) в машинный код

синоним

JITter (just-in-time compiler)

just-in-time compiler         
DYNAMICALLY COMPILING BYTECODE TO MACHINE CODE DURING RUNTIME
JIT compiler; Just In Time compilation; JIT (computing); Just-in-time compiler; Just-in-Time Compilation; Just In Time Programming; JIT compilation; Just-in-time compiling; Just in time compiler; Dynamic translator; JIT-compilation; Just-In-Time compilation; Dynamo project; Just in time compilation; Run-time compiler; Runtime compiler

Смотрите также

JIT compiler

Definitie

ЭКЮ
I
нескл., м. и с.
Старинная фрацузская золотая или серебряная монета, чеканившаяся в 13-18 вв. Один, одно э.
II
нескл., м. и с.
Валютная счетная единица, используемая странами - членами Европейской валютной системы.

Wikipedia

Single compilation unit

Single compilation unit (SCU) is a computer programming technique for the C and C++ languages, which reduces compilation time for programs spanning multiple files. Specifically, it allows the compiler to keep data from shared header files, definitions and templates, so that it need not recreate them for each file. It is an instance of program optimization. The technique can be applied to an entire program or to some subset of source files; when applied to an entire program, it is also known as a unity build.

Vertaling van &#39compilation unit&#39 naar Russisch